chenrui  %!s(int64=2) %!d(string=hai) anos
pai
achega
4ba2e1e9c9
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      src/views/BasicsData/airportInfo/index.vue

+ 9 - 0
src/views/BasicsData/airportInfo/index.vue

@@ -21,6 +21,7 @@
         <el-col :span="18">
           <div class="app-container scroll-y">
             <DataTable
+              :tableColumnProperty="tableColumnProperty"
               :tableHeader="state.list"
               :tableData="tableData"
               :tableBtnGroup="tableBtnGroup"
@@ -160,6 +161,14 @@ const tableForm = reactive({
   text1: "",
   text2: "",
 }); //弹窗内容
+const tableColumnProperty = reactive({
+  width: "120px",
+  fixed: "",
+  sortable: false,
+  showOverflowTooltip: false,
+  align: "center",
+  headerAlign: "",
+}); //弹窗内容
 //列表
 const tableData = ref([
   {