|
@@ -46,59 +46,7 @@ const serviceId = ref<String>("");
|
|
const tableObj = ref({}); //增删改数据缓存
|
|
const tableObj = ref({}); //增删改数据缓存
|
|
const dialogVisible = ref<Boolean>(false); //列设置弹窗开关
|
|
const dialogVisible = ref<Boolean>(false); //列设置弹窗开关
|
|
//列表
|
|
//列表
|
|
-const tableData = ref([
|
|
|
|
- {
|
|
|
|
- name: "测试",
|
|
|
|
- china: "测试",
|
|
|
|
- englin: "测试",
|
|
|
|
- two: "测试",
|
|
|
|
- three: "测试",
|
|
|
|
- text: "测试",
|
|
|
|
- text1: "测试",
|
|
|
|
- text2: "测试",
|
|
|
|
- text3: "测试",
|
|
|
|
- text4: "测试",
|
|
|
|
- text5: "测试",
|
|
|
|
- text6: "测试",
|
|
|
|
- text7: "测试",
|
|
|
|
- text8: "测试",
|
|
|
|
- text9: "测试",
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name: "测试",
|
|
|
|
- china: "测试",
|
|
|
|
- englin: "测试",
|
|
|
|
- two: "测试",
|
|
|
|
- three: "测试",
|
|
|
|
- text: "测试",
|
|
|
|
- text1: "测试",
|
|
|
|
- text2: "测试",
|
|
|
|
- text3: "测试",
|
|
|
|
- text4: "测试",
|
|
|
|
- text5: "测试",
|
|
|
|
- text6: "测试",
|
|
|
|
- text7: "测试",
|
|
|
|
- text8: "测试",
|
|
|
|
- text9: "测试",
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name: "测试",
|
|
|
|
- china: "测试",
|
|
|
|
- englin: "测试",
|
|
|
|
- two: "测试",
|
|
|
|
- three: "测试",
|
|
|
|
- text: "测试",
|
|
|
|
- text1: "测试",
|
|
|
|
- text2: "测试",
|
|
|
|
- text3: "测试",
|
|
|
|
- text4: "测试",
|
|
|
|
- text5: "测试",
|
|
|
|
- text6: "测试",
|
|
|
|
- text7: "测试",
|
|
|
|
- text8: "测试",
|
|
|
|
- text9: "测试",
|
|
|
|
- },
|
|
|
|
-]);
|
|
|
|
|
|
+const tableData = ref([]);
|
|
//表头
|
|
//表头
|
|
const state = reactive({
|
|
const state = reactive({
|
|
list: [
|
|
list: [
|