|
@@ -21,6 +21,8 @@ const drawerRef = ref<InstanceType<typeof Drawer> | null>(null)
|
|
const TableRef = ref<InstanceType<typeof TableBase> | null>(null)
|
|
const TableRef = ref<InstanceType<typeof TableBase> | null>(null)
|
|
const { resetForm, globalStore, searchOnTableList, updateOnTableList } = useTablePublic()
|
|
const { resetForm, globalStore, searchOnTableList, updateOnTableList } = useTablePublic()
|
|
|
|
|
|
|
|
+const customer_id = ref('')
|
|
|
|
+
|
|
const columns: ColumnProps[] = [
|
|
const columns: ColumnProps[] = [
|
|
{ type: 'index', label: '序号', width: 80 },
|
|
{ type: 'index', label: '序号', width: 80 },
|
|
{ prop: 'T_number', label: '合同编号' },
|
|
{ prop: 'T_number', label: '合同编号' },
|