ZaiZai 1 rok pred
rodič
commit
702162d03e

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240614141939"
+  "value": "20240701151236"
 }

+ 3 - 5
src/views/system/components/tab-cost.vue

@@ -250,16 +250,14 @@ const delTask = (item) => {
 
 const tableColumn = [
     { key: 'dictName', name: '预算二级科目', align:'center' },
+    { key: 'dictValue', name: '科目值', width: 80, align:'center' },
     // {key: 'text', name: '任务内容'},
     // {key: 'color', name: '完成指标'},
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 const tableData = ref([])
 const tableLoaing = ref(false)
-const formLabelAlign = ref({
-
-
-})
+const formLabelAlign = ref({})
 
 
 //新增一级科目

+ 1 - 1
src/views/system/components/tab-invoice.vue

@@ -82,7 +82,7 @@ const getParentListData = async ()=>{
 
 const positiontableColumn = [
     { key: 'dictName', name: '报销类型名称' },
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 
 

+ 1 - 2
src/views/system/components/tab-other.vue

@@ -329,8 +329,7 @@ const tableColumn = [
     { key: 'code', name: '字典编号' },
     { key: 'dictName', name: '字典名称' },
     { key: 'dictValue', name: '字典值' },
-
-    { key: 'action', name: '操作', width:250 },
+    { key: 'action', name: '操作', width: 240, align:'center' },
 
 ]
 const tableData = ref([])

+ 2 - 1
src/views/system/components/tab-price-type.vue

@@ -250,9 +250,10 @@ const delTask = (item) => {
 
 const tableColumn = [
     { key: 'dictName', name: '预算二级科目', align:'center' },
+    { key: 'dictValue', name: '科目值', width: 80, align:'center' },
     // {key: 'text', name: '任务内容'},
     // {key: 'color', name: '完成指标'},
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 const tableData = ref([])
 const tableLoaing = ref(false)

+ 1 - 4
src/views/system/components/tab-price.vue

@@ -82,13 +82,10 @@ const getParentListData = async ()=>{
 }
 
 
-
-
-
 const positiontableColumn = [
     { key: 'dictName', name: '岗位类型名称' },
     { key: 'dictValue', name: '日单价' },
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 
 

+ 2 - 7
src/views/system/components/tab-reimbursement.vue

@@ -78,17 +78,12 @@ const getParentListData = async ()=>{
 }
 
 
-
-
 const positiontableColumn = [
     { key: 'dictName', name: '报销类型名称' },
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 
-
-const positiontableData = ref([
-
-])
+const positiontableData = ref([])
 
 const positonModal = ref(false)
 const positonModalTitle = ref('')

+ 1 - 1
src/views/system/components/tab-task-type.vue

@@ -74,7 +74,7 @@ watch(() => [
 const tasktableColumn = [
     { key: 'dictName', name: '任务类型名称' },
     { key: 'dictValue', name: '类型' },
-    { key: 'action', name: '操作', width: 200 },
+    { key: 'action', name: '操作', width: 140, align:'center' },
 ]
 const tasktableData = ref([])